Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 5, 2025

  • Modules/pyexpat.c: Disallow collection of in-use parent parsers.

Within libexpat, a parser created via XML_ExternalEntityParserCreate
is relying on its parent parser throughout its entire lifetime.
Prior to this fix, is was possible for the parent parser to be
garbage-collected too early.
(cherry picked from commit 6edb2dd)

Co-authored-by: Sebastian Pipping [email protected]

…rs in `pyexpat` (pythonGH-139403)

* Modules/pyexpat.c: Disallow collection of in-use parent parsers.

Within libexpat, a parser created via `XML_ExternalEntityParserCreate`
is relying on its parent parser throughout its entire lifetime.
Prior to this fix, is was possible for the parent parser to be
garbage-collected too early.
(cherry picked from commit 6edb2dd)

Co-authored-by: Sebastian Pipping <[email protected]>
@hugovk hugovk enabled auto-merge (squash) October 5, 2025 15:40
@hugovk hugovk merged commit 66ca0d9 into python:3.14 Oct 5, 2025
52 checks passed
@bedevere-app
Copy link

bedevere-app bot commented Oct 6, 2025

GH-139663 is a backport of this pull request to the 3.14 branch.

@bedevere-app
Copy link

bedevere-app bot commented Oct 6, 2025

GH-139663 is a backport of this pull request to the 3.14 branch.

hugovk pushed a commit that referenced this pull request Oct 6, 2025
danigm pushed a commit to openSUSE-Python/cpython that referenced this pull request Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants